.navigation{
    margin: 0px auto;
    font-family: arial;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.user{
    top:125px;
    left:110px;
}
.home{
   top:50px;
   left:360px;
}
.shop{
   top:90px;
   left:625px;
}
.camera{
   top:230px;
   left:835px;
}
.fav{
   top:420px;
   left:950px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.user a.icon{
    background:transparent url(user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(home.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(fav.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:147px;
    height:52px;
    color:#999999;
    font-size:18px;
    top:0px;
    left:52px;
    text-indent:10px;
    line-height:52px;
}
.item h2.active{
    color:#CCCCCC;

}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#CCCCCC;
    padding:3px;
    float:left;
    clear:both;
    width:100px;

}
.item ul li a:hover{
    background-color:#CCCCCC;
    color:#CCCCCC;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

}

